* Lists *
*********/
listview,
-list {
+list, .rich-list {
color: $text_color;
background-color: $base_color;
border-color: $borders_color;
}
}
+/********************************************************
+ * Data Tables *
+ * treeview like tables with individual focusable cells *
+ * https://gitlab.gnome.org/GNOME/gtk/-/issues/2929 *
+ ********************************************************/
+
+ .data-table row:not(:selected) cell editablelabel:not(.editing):focus-within {
+ outline: 2px solid $focus_border_color;
+ }
+
+ .data-table row:not(:selected) cell editablelabel.editing:focus-within {
+ outline: 2px solid $selected_bg_color;
+ }
+
+ .data-table row:not(:selected) cell editablelabel.editing text selection {
+ color: $selected_fg_color;
+ background-color: $selected_bg_color;
+ }
+
/*********************
* App Notifications *
// see bug #786613 for details
// on this oddity
-placessidebar {
+/* this should be more generic, only using .navigation-sidebar
+ https://gitlab.gnome.org/GNOME/gtk/-/issues/2929
+*/
+placessidebar, .navigation-sidebar {
> scrolledwindow.frame { border-style: none; }
row {